Module: middleware
Variables
config
• Const
config: Object
Type declaration
Name | Type |
---|---|
matcher | string [] |
Defined in
src/web-app/src/middleware.ts:13
Functions
default
▸ default(request
, event
): NextMiddlewareResult
| Promise
<NextMiddlewareResult
>
Parameters
Name | Type |
---|---|
request | NextRequestWithAuth |
event | NextFetchEvent |
Returns
NextMiddlewareResult
| Promise
<NextMiddlewareResult
>